home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The X-Philes (2nd Revision)
/
The X-Philes Number 1 (1995).iso
/
xphiles
/
hp48_2
/
tools.exe
/
EXAMPLES
/
GEO
/
GESUBS.S
< prev
next >
Wrap
Text File
|
1991-07-18
|
565b
|
17 lines
TITLE Geometry Library Subroutine Module
INCLUDE GEROMID.H
INCLUDE GEEXTDEC.H
*****************************************************************
* The main module contains the subroutines for the user words.
* Each routine is named with a NULLNAME compiler directive, and
* has a corresponding entry in the external declarations file.
*****************************************************************
NULLNAME GEtimesPI ( % --> %*PI )
* Multiplies real number by PI
::
%PI %*
;
*****************************************************************